[INFO] cloning repository https://github.com/Pctg-x8/spirv-autoform
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pctg-x8/spirv-autoform" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPctg-x8%2Fspirv-autoform", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPctg-x8%2Fspirv-autoform'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 92d66c14dfec4ce44d526b0f8a9787eb1ed36fca
[INFO] fixing Pctg-x8/spirv-autoform against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPctg-x8%2Fspirv-autoform" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Pctg-x8/spirv-autoform
[INFO] finished tweaking git repo https://github.com/Pctg-x8/spirv-autoform
[INFO] tweaked toml for git repo https://github.com/Pctg-x8/spirv-autoform written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Pctg-x8/spirv-autoform on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Pctg-x8/spirv-autoform already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `spirv-autoform` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] df99553699673597f3829e95bd7ec255eea3543086e5a4148bc8e38ce54196ec
[INFO] running `Command { std: "docker" "start" "df99553699673597f3829e95bd7ec255eea3543086e5a4148bc8e38ce54196ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df99553699673597f3829e95bd7ec255eea3543086e5a4148bc8e38ce54196ec" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df99553699673597f3829e95bd7ec255eea3543086e5a4148bc8e38ce54196ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df99553699673597f3829e95bd7ec255eea3543086e5a4148bc8e38ce54196ec" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `spirv-autoform` (manifest) generated 1 warning
[INFO] [stderr]     Checking spirv-autoform v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:195:29
[INFO] [stdout]     |
[INFO] [stdout] 195 |     embed: BTreeMap<Id, Box<ConstantValue>>, pub specialized: BTreeMap<Id, Box<ConstantValue>>
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 195 |     embed: BTreeMap<Id, Box<dyn ConstantValue>>, pub specialized: BTreeMap<Id, Box<ConstantValue>>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:195:80
[INFO] [stdout]     |
[INFO] [stdout] 195 |     embed: BTreeMap<Id, Box<ConstantValue>>, pub specialized: BTreeMap<Id, Box<ConstantValue>>
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 195 |     embed: BTreeMap<Id, Box<ConstantValue>>, pub specialized: BTreeMap<Id, Box<dyn ConstantValue>>
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/shader_interface.rs:55:88
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct SpirvConstantVariable<'n> { name: &'n str, ty: &'n spv::Typedef<'n>, value: Box<ConstantValue> }
[INFO] [stdout]    |                                                                                        ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct SpirvConstantVariable<'n> { name: &'n str, ty: &'n spv::Typedef<'n>, value: Box<dyn ConstantValue> }
[INFO] [stdout]    |                                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:167:34
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn clone_inner(&self) -> Box<ConstantValue>;
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn clone_inner(&self) -> Box<dyn ConstantValue>;
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/module_loader.rs:120:61
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn load<F: Read + Seek>(mut fp: F) -> Result<Self, Box<std::error::Error>>
[INFO] [stdout]     |                                                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn load<F: Read + Seek>(mut fp: F) -> Result<Self, Box<dyn std::error::Error>>
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/module_loader.rs:165:57
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn load_magic<F: Read>(fp: &mut F) -> Result<bool, Box<std::error::Error>>
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn load_magic<F: Read>(fp: &mut F) -> Result<bool, Box<dyn std::error::Error>>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:171:34
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn clone_inner(&self) -> Box<ConstantValue> { Box::new(Undef(std::marker::PhantomData::<T>)) }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn clone_inner(&self) -> Box<dyn ConstantValue> { Box::new(Undef(std::marker::PhantomData::<T>)) }
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:175:34
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn clone_inner(&self) -> Box<ConstantValue> { Box::new(Constant(self.0.clone())) }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn clone_inner(&self) -> Box<dyn ConstantValue> { Box::new(Constant(self.0.clone())) }
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:179:34
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn clone_inner(&self) -> Box<ConstantValue> { Box::new(CompositeConstant(self.0.clone(), std::marker::PhantomData::<T>)) }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn clone_inner(&self) -> Box<dyn ConstantValue> { Box::new(CompositeConstant(self.0.clone(), std::marker::PhantomData::<T>)) }
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/shader_interface.rs:283:80
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn iter_variables<'s>(&'s self, storage: spvdefs::StorageClass) -> Box<Iterator<Item = (TypedResult, Option<Id>)> + 's>
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn iter_variables<'s>(&'s self, storage: spvdefs::StorageClass) -> Box<dyn Iterator<Item = (TypedResult, Option<Id>)> + 's>
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:195:29
[INFO] [stdout]     |
[INFO] [stdout] 195 |     embed: BTreeMap<Id, Box<ConstantValue>>, pub specialized: BTreeMap<Id, Box<ConstantValue>>
[INFO] [stdout]     |                             ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 195 |     embed: BTreeMap<Id, Box<dyn ConstantValue>>, pub specialized: BTreeMap<Id, Box<ConstantValue>>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:195:80
[INFO] [stdout]     |
[INFO] [stdout] 195 |     embed: BTreeMap<Id, Box<ConstantValue>>, pub specialized: BTreeMap<Id, Box<ConstantValue>>
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 195 |     embed: BTreeMap<Id, Box<ConstantValue>>, pub specialized: BTreeMap<Id, Box<dyn ConstantValue>>
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/shader_interface.rs:55:88
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct SpirvConstantVariable<'n> { name: &'n str, ty: &'n spv::Typedef<'n>, value: Box<ConstantValue> }
[INFO] [stdout]    |                                                                                        ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct SpirvConstantVariable<'n> { name: &'n str, ty: &'n spv::Typedef<'n>, value: Box<dyn ConstantValue> }
[INFO] [stdout]    |                                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:167:34
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn clone_inner(&self) -> Box<ConstantValue>;
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 167 |     fn clone_inner(&self) -> Box<dyn ConstantValue>;
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/module_loader.rs:120:61
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn load<F: Read + Seek>(mut fp: F) -> Result<Self, Box<std::error::Error>>
[INFO] [stdout]     |                                                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn load<F: Read + Seek>(mut fp: F) -> Result<Self, Box<dyn std::error::Error>>
[INFO] [stdout]     |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/module_loader.rs:165:57
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn load_magic<F: Read>(fp: &mut F) -> Result<bool, Box<std::error::Error>>
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn load_magic<F: Read>(fp: &mut F) -> Result<bool, Box<dyn std::error::Error>>
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:171:34
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn clone_inner(&self) -> Box<ConstantValue> { Box::new(Undef(std::marker::PhantomData::<T>)) }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn clone_inner(&self) -> Box<dyn ConstantValue> { Box::new(Undef(std::marker::PhantomData::<T>)) }
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:175:34
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn clone_inner(&self) -> Box<ConstantValue> { Box::new(Constant(self.0.clone())) }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn clone_inner(&self) -> Box<dyn ConstantValue> { Box::new(Constant(self.0.clone())) }
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:179:34
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn clone_inner(&self) -> Box<ConstantValue> { Box::new(CompositeConstant(self.0.clone(), std::marker::PhantomData::<T>)) }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 179 |     fn clone_inner(&self) -> Box<dyn ConstantValue> { Box::new(CompositeConstant(self.0.clone(), std::marker::PhantomData::<T>)) }
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/shader_interface.rs:283:80
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn iter_variables<'s>(&'s self, storage: spvdefs::StorageClass) -> Box<Iterator<Item = (TypedResult, Option<Id>)> + 's>
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 283 |     pub fn iter_variables<'s>(&'s self, storage: spvdefs::StorageClass) -> Box<dyn Iterator<Item = (TypedResult, Option<Id>)> + 's>
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/module_loader.rs:57:29
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn cause(&self) -> Option<&std::error::Error> { None }
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn cause(&self) -> Option<&dyn std::error::Error> { None }
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:229:55
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn process_undef(ty: &spv::Typedef) -> Result<Box<ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn process_undef(ty: &spv::Typedef) -> Result<Box<dyn ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:247:76
[INFO] [stdout]     |
[INFO] [stdout] 247 |     fn process_constant(ty: &spv::Typedef, literals: &[u32]) -> Result<Box<ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 247 |     fn process_constant(ty: &spv::Typedef, literals: &[u32]) -> Result<Box<dyn ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:264:76
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn process_bool_constant(ty: &spv::Typedef, value: bool) -> Result<Box<ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn process_bool_constant(ty: &spv::Typedef, value: bool) -> Result<Box<dyn ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:268:91
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn process_composite_constant<'t>(ty: &'t spv::Typedef, values: &[u32]) -> Result<Box<ConstantValue>, ParsingError<'t>>
[INFO] [stdout]     |                                                                                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn process_composite_constant<'t>(ty: &'t spv::Typedef, values: &[u32]) -> Result<Box<dyn ConstantValue>, ParsingError<'t>>
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/module_loader.rs:57:29
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn cause(&self) -> Option<&std::error::Error> { None }
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn cause(&self) -> Option<&dyn std::error::Error> { None }
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:229:55
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn process_undef(ty: &spv::Typedef) -> Result<Box<ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 229 |     fn process_undef(ty: &spv::Typedef) -> Result<Box<dyn ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:247:76
[INFO] [stdout]     |
[INFO] [stdout] 247 |     fn process_constant(ty: &spv::Typedef, literals: &[u32]) -> Result<Box<ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 247 |     fn process_constant(ty: &spv::Typedef, literals: &[u32]) -> Result<Box<dyn ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:264:76
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn process_bool_constant(ty: &spv::Typedef, value: bool) -> Result<Box<ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                                            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 264 |     fn process_bool_constant(ty: &spv::Typedef, value: bool) -> Result<Box<dyn ConstantValue>, ParsingError<'static>>
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/collector.rs:268:91
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn process_composite_constant<'t>(ty: &'t spv::Typedef, values: &[u32]) -> Result<Box<ConstantValue>, ParsingError<'t>>
[INFO] [stdout]     |                                                                                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 268 |     fn process_composite_constant<'t>(ty: &'t spv::Typedef, values: &[u32]) -> Result<Box<dyn ConstantValue>, ParsingError<'t>>
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/spvdefs.rs:15:23
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let octs = unsafe { transmute::<_, [u8; 4]>(word) };
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 15 -         let octs = unsafe { transmute::<_, [u8; 4]>(word) };
[INFO] [stdout] 15 +         let octs = unsafe { u32::to_ne_bytes(word) };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/module_loader.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn iter(&self) -> std::collections::btree_map::Iter<spv::Decoration, Decoration> { self.0.iter() }
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn iter(&self) -> std::collections::btree_map::Iter<'_, spv::Decoration, Decoration> { self.0.iter() }
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:187:73
[INFO] [stdout]     |
[INFO] [stdout] 187 | impl FromLiterals for i8 { fn from_literals(v: &[u32]) -> i8 { unsafe { std::mem::transmute(u8::from_literals(v)) } } }
[INFO] [stdout]     |                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 187 - impl FromLiterals for i8 { fn from_literals(v: &[u32]) -> i8 { unsafe { std::mem::transmute(u8::from_literals(v)) } } }
[INFO] [stdout] 187 + impl FromLiterals for i8 { fn from_literals(v: &[u32]) -> i8 { unsafe { u8::cast_signed(u8::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:188:75
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl FromLiterals for i16 { fn from_literals(v: &[u32]) -> i16 { unsafe { std::mem::transmute(u16::from_literals(v)) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 188 - impl FromLiterals for i16 { fn from_literals(v: &[u32]) -> i16 { unsafe { std::mem::transmute(u16::from_literals(v)) } } }
[INFO] [stdout] 188 + impl FromLiterals for i16 { fn from_literals(v: &[u32]) -> i16 { unsafe { u16::cast_signed(u16::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:189:75
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl FromLiterals for i32 { fn from_literals(v: &[u32]) -> i32 { unsafe { std::mem::transmute(u32::from_literals(v)) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 189 - impl FromLiterals for i32 { fn from_literals(v: &[u32]) -> i32 { unsafe { std::mem::transmute(u32::from_literals(v)) } } }
[INFO] [stdout] 189 + impl FromLiterals for i32 { fn from_literals(v: &[u32]) -> i32 { unsafe { u32::cast_signed(u32::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:190:75
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl FromLiterals for i64 { fn from_literals(v: &[u32]) -> i64 { unsafe { std::mem::transmute(u64::from_literals(v)) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 190 - impl FromLiterals for i64 { fn from_literals(v: &[u32]) -> i64 { unsafe { std::mem::transmute(u64::from_literals(v)) } } }
[INFO] [stdout] 190 + impl FromLiterals for i64 { fn from_literals(v: &[u32]) -> i64 { unsafe { u64::cast_signed(u64::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:191:75
[INFO] [stdout]     |
[INFO] [stdout] 191 | impl FromLiterals for f32 { fn from_literals(v: &[u32]) -> f32 { unsafe { std::mem::transmute(v[0]) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 191 - impl FromLiterals for f32 { fn from_literals(v: &[u32]) -> f32 { unsafe { std::mem::transmute(v[0]) } } }
[INFO] [stdout] 191 + impl FromLiterals for f32 { fn from_literals(v: &[u32]) -> f32 { unsafe { f32::from_bits(v[0]) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:192:75
[INFO] [stdout]     |
[INFO] [stdout] 192 | impl FromLiterals for f64 { fn from_literals(v: &[u32]) -> f64 { unsafe { std::mem::transmute(u64::from_literals(v)) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 192 - impl FromLiterals for f64 { fn from_literals(v: &[u32]) -> f64 { unsafe { std::mem::transmute(u64::from_literals(v)) } } }
[INFO] [stdout] 192 + impl FromLiterals for f64 { fn from_literals(v: &[u32]) -> f64 { unsafe { f64::from_bits(u64::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shader_interface.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn iter(&self) -> std::collections::btree_map::Iter<u32, DescriptorSet<'n>> { self.0.iter() }
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn iter(&self) -> std::collections::btree_map::Iter<'_, u32, DescriptorSet<'n>> { self.0.iter() }
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shader_interface.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn iter(&self) -> std::collections::btree_map::Iter<u32, AutosizeVec<Descriptor<'n>>> { self.0.iter() }
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn iter(&self) -> std::collections::btree_map::Iter<'_, u32, AutosizeVec<Descriptor<'n>>> { self.0.iter() }
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/shader_interface.rs:215:23
[INFO] [stdout]     |
[INFO] [stdout] 215 | ...ut(&mut self, module: &'m SpirvModule, types: &'m TypeAggregator<'m>, nameid: NameId, tyid: Id) -> Result<(), RegistrationExcepts>
[INFO] [stdout]     |       ^^^^^^^^^ the lifetime is elided here                                                                      ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn register_input(&mut self, module: &'m SpirvModule, types: &'m TypeAggregator<'m>, nameid: NameId, tyid: Id) -> Result<(), RegistrationExcepts<'_>>
[INFO] [stdout]     |                                                                                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/shader_interface.rs:230:24
[INFO] [stdout]     |
[INFO] [stdout] 230 | ...ut(&mut self, module: &'m SpirvModule, types: &'m TypeAggregator<'m>, nameid: NameId, tyid: Id) -> Result<(), RegistrationExcepts>
[INFO] [stdout]     |       ^^^^^^^^^ the lifetime is elided here                                                                      ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn register_output(&mut self, module: &'m SpirvModule, types: &'m TypeAggregator<'m>, nameid: NameId, tyid: Id) -> Result<(), RegistrationExcepts<'_>>
[INFO] [stdout]     |                                                                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/spvdefs.rs:15:23
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let octs = unsafe { transmute::<_, [u8; 4]>(word) };
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] help: replace this with
[INFO] [stdout]    |
[INFO] [stdout] 15 -         let octs = unsafe { transmute::<_, [u8; 4]>(word) };
[INFO] [stdout] 15 +         let octs = unsafe { u32::to_ne_bytes(word) };
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/module_loader.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn iter(&self) -> std::collections::btree_map::Iter<spv::Decoration, Decoration> { self.0.iter() }
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn iter(&self) -> std::collections::btree_map::Iter<'_, spv::Decoration, Decoration> { self.0.iter() }
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:187:73
[INFO] [stdout]     |
[INFO] [stdout] 187 | impl FromLiterals for i8 { fn from_literals(v: &[u32]) -> i8 { unsafe { std::mem::transmute(u8::from_literals(v)) } } }
[INFO] [stdout]     |                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 187 - impl FromLiterals for i8 { fn from_literals(v: &[u32]) -> i8 { unsafe { std::mem::transmute(u8::from_literals(v)) } } }
[INFO] [stdout] 187 + impl FromLiterals for i8 { fn from_literals(v: &[u32]) -> i8 { unsafe { u8::cast_signed(u8::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:188:75
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl FromLiterals for i16 { fn from_literals(v: &[u32]) -> i16 { unsafe { std::mem::transmute(u16::from_literals(v)) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 188 - impl FromLiterals for i16 { fn from_literals(v: &[u32]) -> i16 { unsafe { std::mem::transmute(u16::from_literals(v)) } } }
[INFO] [stdout] 188 + impl FromLiterals for i16 { fn from_literals(v: &[u32]) -> i16 { unsafe { u16::cast_signed(u16::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:189:75
[INFO] [stdout]     |
[INFO] [stdout] 189 | impl FromLiterals for i32 { fn from_literals(v: &[u32]) -> i32 { unsafe { std::mem::transmute(u32::from_literals(v)) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 189 - impl FromLiterals for i32 { fn from_literals(v: &[u32]) -> i32 { unsafe { std::mem::transmute(u32::from_literals(v)) } } }
[INFO] [stdout] 189 + impl FromLiterals for i32 { fn from_literals(v: &[u32]) -> i32 { unsafe { u32::cast_signed(u32::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:190:75
[INFO] [stdout]     |
[INFO] [stdout] 190 | impl FromLiterals for i64 { fn from_literals(v: &[u32]) -> i64 { unsafe { std::mem::transmute(u64::from_literals(v)) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 190 - impl FromLiterals for i64 { fn from_literals(v: &[u32]) -> i64 { unsafe { std::mem::transmute(u64::from_literals(v)) } } }
[INFO] [stdout] 190 + impl FromLiterals for i64 { fn from_literals(v: &[u32]) -> i64 { unsafe { u64::cast_signed(u64::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:191:75
[INFO] [stdout]     |
[INFO] [stdout] 191 | impl FromLiterals for f32 { fn from_literals(v: &[u32]) -> f32 { unsafe { std::mem::transmute(v[0]) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 191 - impl FromLiterals for f32 { fn from_literals(v: &[u32]) -> f32 { unsafe { std::mem::transmute(v[0]) } } }
[INFO] [stdout] 191 + impl FromLiterals for f32 { fn from_literals(v: &[u32]) -> f32 { unsafe { f32::from_bits(v[0]) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/collector.rs:192:75
[INFO] [stdout]     |
[INFO] [stdout] 192 | impl FromLiterals for f64 { fn from_literals(v: &[u32]) -> f64 { unsafe { std::mem::transmute(u64::from_literals(v)) } } }
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 192 - impl FromLiterals for f64 { fn from_literals(v: &[u32]) -> f64 { unsafe { std::mem::transmute(u64::from_literals(v)) } } }
[INFO] [stdout] 192 + impl FromLiterals for f64 { fn from_literals(v: &[u32]) -> f64 { unsafe { f64::from_bits(u64::from_literals(v)) } } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shader_interface.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn iter(&self) -> std::collections::btree_map::Iter<u32, DescriptorSet<'n>> { self.0.iter() }
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn iter(&self) -> std::collections::btree_map::Iter<'_, u32, DescriptorSet<'n>> { self.0.iter() }
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shader_interface.rs:46:13
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn iter(&self) -> std::collections::btree_map::Iter<u32, AutosizeVec<Descriptor<'n>>> { self.0.iter() }
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn iter(&self) -> std::collections::btree_map::Iter<'_, u32, AutosizeVec<Descriptor<'n>>> { self.0.iter() }
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/shader_interface.rs:215:23
[INFO] [stdout]     |
[INFO] [stdout] 215 | ...ut(&mut self, module: &'m SpirvModule, types: &'m TypeAggregator<'m>, nameid: NameId, tyid: Id) -> Result<(), RegistrationExcepts>
[INFO] [stdout]     |       ^^^^^^^^^ the lifetime is elided here                                                                      ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 215 |     fn register_input(&mut self, module: &'m SpirvModule, types: &'m TypeAggregator<'m>, nameid: NameId, tyid: Id) -> Result<(), RegistrationExcepts<'_>>
[INFO] [stdout]     |                                                                                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/shader_interface.rs:230:24
[INFO] [stdout]     |
[INFO] [stdout] 230 | ...ut(&mut self, module: &'m SpirvModule, types: &'m TypeAggregator<'m>, nameid: NameId, tyid: Id) -> Result<(), RegistrationExcepts>
[INFO] [stdout]     |       ^^^^^^^^^ the lifetime is elided here                                                                      ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 230 |     fn register_output(&mut self, module: &'m SpirvModule, types: &'m TypeAggregator<'m>, nameid: NameId, tyid: Id) -> Result<(), RegistrationExcepts<'_>>
[INFO] [stdout]     |                                                                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "df99553699673597f3829e95bd7ec255eea3543086e5a4148bc8e38ce54196ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df99553699673597f3829e95bd7ec255eea3543086e5a4148bc8e38ce54196ec", kill_on_drop: false }`
[INFO] [stdout] df99553699673597f3829e95bd7ec255eea3543086e5a4148bc8e38ce54196ec
